type os.dirInfo

5 uses

	os (current package)
		dir_unix.go#L20: type dirInfo struct {
		dir_unix.go#L40: func (d *dirInfo) close() {
		dir_unix.go#L49: 	var d *dirInfo
		dir_unix.go#L55: 		newD := new(dirInfo)
		file_unix.go#L62: 	dirinfo     atomic.Pointer[dirInfo] // nil unless directory being read